home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 87 / Issue 087 - May 1995 - 0595.iso / fam_tree / c.bat next >
Encoding:
DOS Batch File  |  1994-05-09  |  160 b   |  16 lines

  1. ECHO OFF
  2. if "%1"=="" goto Error
  3.  
  4. ECHO ON
  5. COPY *.DLL %1\SYSTEM
  6.  
  7. ECHO OFF
  8. goto End
  9.  
  10. :Error
  11. ECHO Command format: C (path of Windows)
  12.  
  13. :End
  14. ECHO ON
  15.  
  16.